All Questions
5 questions
4votes
2answers
110views
Custom RowSorter that sorts a Swing table containing data with unit suffixes
I would like to hear what you say about my custom RowSorter implementation. The following comparators should be used for the table columns: String, Double and Integer. The table data has postfixes and ...
2votes
1answer
357views
Sorting visualizer using Java Swing
I programmed a little sorting visualizer a while back and I have been meaning to get some feedback on the overall implementation and on what I could do better to have cleaner code or a "best ...
7votes
1answer
2kviews
This is a sorting algorithm visualization program
Configs.java ...
3votes
1answer
801views
Sorting an array of numbers in Java with an algorithm
This is pretty much one of my first programs that I have created in Java and I just wanted to ask if anyone sees some obvious errors or mistakes I made. The purpose of this program is to sort numbers ...
1vote
1answer
2kviews
Custom TableRowSorter - New sort order
The purpose of this custom TableRowSorter is to provide me with a different sort order of the columns. It changes the sort order from...